home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00008.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  716 b   |  36 lines

  1. on exitFrame
  2.   set none to 1
  3.   if rollOver(1) then
  4.     set none to 0
  5.     set the locV of sprite 40 to 151
  6.   end if
  7.   if rollOver(2) then
  8.     set none to 0
  9.     set the locV of sprite 40 to 190
  10.   end if
  11.   if rollOver(3) then
  12.     set none to 0
  13.     set the locV of sprite 40 to 229
  14.   end if
  15.   if rollOver(4) then
  16.     set none to 0
  17.     set the locV of sprite 40 to 286
  18.   end if
  19.   if rollOver(5) then
  20.     set none to 0
  21.     set the locV of sprite 40 to 325
  22.   end if
  23.   if rollOver(7) then
  24.     set none to 0
  25.     set the locV of sprite 40 to 364
  26.   end if
  27.   if rollOver(6) then
  28.     set none to 0
  29.     set the locV of sprite 40 to 403
  30.   end if
  31.   if none = 1 then
  32.     set the locV of sprite 40 to 520
  33.   end if
  34.   go(the frame)
  35. end
  36.